This page's linkword: popup coding
Preserved Topic: Search engine friendly popup links (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 06-25-2002 02:45
I've been playing with making popup windows more search engine friendly and this seems like a nice and neat solution: code: <a href="new_window.php" target="_blank"
|
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 06-25-2002 03:38
ummm |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 06-25-2002 03:53
bitdamaged: Thanks for checking - it might be something else I'm doing then (back to fiddling). |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 06-25-2002 15:15
Using this.target as that attribute is the correct thing to do. The value passed into that attribute is the name of the window that the page should open in. This is analagous to target="" in the <a> tag, which specifies the name of the window that the link should open in. |